.admission-section {
  display: flex;
  align-items: flex-start;
}

.admission-left {
  position: sticky;
  top: 80px;        /* Adjust so it sits below navbar */
  height: 100vh;    /* Full height scroll effect */
  overflow: hidden;
}

.admission-img {
  width: 100%;
  height: 100%;
  object-fit: cover;        /* clean crop */
  object-position: center;  /* center focus */
}

.admission-right {
  padding-left: 30px;
  padding-top: 10px;
  padding-bottom: 50px;
}

/*mobile view*/
@media (max-width: 768px) {
  .admission-left {
    position: relative;
    height: auto;
  }

  .admission-right {
    padding-left: 0;
  }
}

.tc-blue{
  color: rgb(0, 88, 129) 
}

.ul-sq li {
  position: relative;
  list-style: none;
  padding-left: 1.2em;
  padding-right: 5px;
}

.ul-sq li::before {
  content: "■"; /* Unicode square */
  color: #007BFF;
  position: absolute;
  left: 0;
}
.vds_img{
    height: 70vh;
    width: 100%;
}

.career-process-section {
    padding: 40px 5%;
    background: #ffffff;
}

.cp-container {
    display: flex;
    gap: 30px;
    align-items: flex-start;
}



.cp-content h2 {
    font-size: 28px;
    margin-bottom: 20px;
    font-weight: 700;
}

/* Table Styling */
.cp-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 16px;
}

.cp-table th {
    background: #e9eef7;
    padding: 12px;
    text-align: left;
    font-weight: bold;
}

.cp-table td {
    border: 1px solid #ddd;
    padding: 12px;
    vertical-align: top;
}

.cp-table ul {
    margin: 10px 0 10px 20px;
}

/* Responsive */
@media (max-width: 900px) {
    .cp-container {
        flex-direction: column;
    }

    
}

.collegiate-section {
    padding: 0;
}



.section-title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 25px;
    color: #003366;
}

.content-area {
    padding: 40px 35px;
}

.custom-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 16px;
}

.custom-table th {
    font-weight: bold;
    text-align: left;
    padding: 10px 0;
    border-bottom: 2px solid #ccc;
}

.custom-table td {
    padding: 15px 0;
    border-bottom: 1px solid #ddd;
}

@media(max-width: 768px) {
    .content-area {
        padding: 20px;
    }

    .section-title {
        font-size: 26px;
    }
}
